home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / DVDStar / Editace / hltp.exe / {app} / Source Code / MAP Viewer / MAPViewer.vcproj < prev    next >
Extensible Markup Language  |  2003-10-09  |  5KB  |  239 lines

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.10"
  5.     Name="MAPViewer"
  6.     ProjectGUID="{ECD1B9D5-2D5E-46EF-819D-4DEA4053BC63}"
  7.     Keyword="ManagedCProj">
  8.     <Platforms>
  9.         <Platform
  10.             Name="Win32"/>
  11.     </Platforms>
  12.     <Configurations>
  13.         <Configuration
  14.             Name="Debug|Win32"
  15.             OutputDirectory="Debug"
  16.             IntermediateDirectory="Debug"
  17.             ConfigurationType="1"
  18.             CharacterSet="2"
  19.             ManagedExtensions="TRUE">
  20.             <Tool
  21.                 Name="VCCLCompilerTool"
  22.                 Optimization="0"
  23.                 AdditionalIncludeDirectories=""C:\Program Files\Microsoft Visual Studio .NET\Vc7\PlatformSDK\Include\gl""
  24.                 PreprocessorDefinitions="WIN32;_DEBUG"
  25.                 MinimalRebuild="FALSE"
  26.                 BasicRuntimeChecks="0"
  27.                 RuntimeLibrary="1"
  28.                 UsePrecompiledHeader="1"
  29.                 WarningLevel="3"
  30.                 DebugInformationFormat="3"/>
  31.             <Tool
  32.                 Name="VCCustomBuildTool"/>
  33.             <Tool
  34.                 Name="VCLinkerTool"
  35.                 AdditionalDependencies="opengl32.lib glu32.lib"
  36.                 OutputFile="$(OutDir)/MAPViewer.exe"
  37.                 LinkIncremental="2"
  38.                 GenerateDebugInformation="TRUE"/>
  39.             <Tool
  40.                 Name="VCMIDLTool"/>
  41.             <Tool
  42.                 Name="VCPostBuildEventTool"/>
  43.             <Tool
  44.                 Name="VCPreBuildEventTool"/>
  45.             <Tool
  46.                 Name="VCPreLinkEventTool"/>
  47.             <Tool
  48.                 Name="VCResourceCompilerTool"/>
  49.             <Tool
  50.                 Name="VCWebServiceProxyGeneratorTool"/>
  51.             <Tool
  52.                 Name="VCXMLDataGeneratorTool"/>
  53.             <Tool
  54.                 Name="VCWebDeploymentTool"/>
  55.             <Tool
  56.                 Name="VCManagedWrapperGeneratorTool"/>
  57.             <Tool
  58.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  59.         </Configuration>
  60.         <Configuration
  61.             Name="Release|Win32"
  62.             OutputDirectory="Release"
  63.             IntermediateDirectory="Release"
  64.             ConfigurationType="1"
  65.             CharacterSet="2"
  66.             ManagedExtensions="TRUE">
  67.             <Tool
  68.                 Name="VCCLCompilerTool"
  69.                 Optimization="2"
  70.                 InlineFunctionExpansion="1"
  71.                 AdditionalIncludeDirectories=""C:\Program Files\Microsoft Visual Studio .NET\Vc7\PlatformSDK\Include\gl""
  72.                 PreprocessorDefinitions="WIN32;NDEBUG"
  73.                 MinimalRebuild="FALSE"
  74.                 RuntimeLibrary="0"
  75.                 UsePrecompiledHeader="1"
  76.                 PrecompiledHeaderThrough="StdAfx.h"
  77.                 WarningLevel="3"
  78.                 DebugInformationFormat="3"/>
  79.             <Tool
  80.                 Name="VCCustomBuildTool"/>
  81.             <Tool
  82.                 Name="VCLinkerTool"
  83.                 AdditionalDependencies="opengl32.lib glu32.lib"
  84.                 OutputFile="$(OutDir)/MAPViewer.exe"
  85.                 LinkIncremental="1"
  86.                 GenerateDebugInformation="TRUE"/>
  87.             <Tool
  88.                 Name="VCMIDLTool"/>
  89.             <Tool
  90.                 Name="VCPostBuildEventTool"/>
  91.             <Tool
  92.                 Name="VCPreBuildEventTool"/>
  93.             <Tool
  94.                 Name="VCPreLinkEventTool"/>
  95.             <Tool
  96.                 Name="VCResourceCompilerTool"/>
  97.             <Tool
  98.                 Name="VCWebServiceProxyGeneratorTool"/>
  99.             <Tool
  100.                 Name="VCXMLDataGeneratorTool"/>
  101.             <Tool
  102.                 Name="VCWebDeploymentTool"/>
  103.             <Tool
  104.                 Name="VCManagedWrapperGeneratorTool"/>
  105.             <Tool
  106.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  107.         </Configuration>
  108.     </Configurations>
  109.     <References>
  110.     </References>
  111.     <Files>
  112.         <Filter
  113.             Name="Source Files"
  114.             Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  115.             <File
  116.                 RelativePath="AboutForm.cpp">
  117.             </File>
  118.             <File
  119.                 RelativePath="AssemblyInfo.cpp">
  120.             </File>
  121.             <File
  122.                 RelativePath="Camera.cpp">
  123.             </File>
  124.             <File
  125.                 RelativePath="Engine.cpp">
  126.             </File>
  127.             <File
  128.                 RelativePath="Frustum.cpp">
  129.             </File>
  130.             <File
  131.                 RelativePath="MainForm.cpp">
  132.             </File>
  133.             <File
  134.                 RelativePath="MAPLoader.cpp">
  135.             </File>
  136.             <File
  137.                 RelativePath="MAPViewer.cpp">
  138.             </File>
  139.             <File
  140.                 RelativePath="PTSLoader.cpp">
  141.             </File>
  142.             <File
  143.                 RelativePath="stdafx.cpp">
  144.             </File>
  145.             <File
  146.                 RelativePath="TextureManager.cpp">
  147.             </File>
  148.             <File
  149.                 RelativePath="WADLoader.cpp">
  150.             </File>
  151.         </Filter>
  152.         <Filter
  153.             Name="Header Files"
  154.             Filter="h;hpp;hxx;hm;inl;inc">
  155.             <File
  156.                 RelativePath="AboutForm.h">
  157.             </File>
  158.             <File
  159.                 RelativePath="ArgVal.h">
  160.             </File>
  161.             <File
  162.                 RelativePath="Brush.h">
  163.             </File>
  164.             <File
  165.                 RelativePath="Camera.h">
  166.             </File>
  167.             <File
  168.                 RelativePath="Config.h">
  169.             </File>
  170.             <File
  171.                 RelativePath="Engine.h">
  172.             </File>
  173.             <File
  174.                 RelativePath="Entity.h">
  175.             </File>
  176.             <File
  177.                 RelativePath="Face.h">
  178.             </File>
  179.             <File
  180.                 RelativePath="Frustum.h">
  181.             </File>
  182.             <File
  183.                 RelativePath="MainForm.h">
  184.             </File>
  185.             <File
  186.                 RelativePath="MAPLoader.h">
  187.             </File>
  188.             <File
  189.                 RelativePath="PointFile.h">
  190.             </File>
  191.             <File
  192.                 RelativePath="PTSLoader.h">
  193.             </File>
  194.             <File
  195.                 RelativePath="resource.h">
  196.             </File>
  197.             <File
  198.                 RelativePath="RichTextBox.h">
  199.             </File>
  200.             <File
  201.                 RelativePath="stdafx.h">
  202.             </File>
  203.             <File
  204.                 RelativePath="TextureManager.h">
  205.             </File>
  206.             <File
  207.                 RelativePath="Types.h">
  208.             </File>
  209.             <File
  210.                 RelativePath="WADLoader.h">
  211.             </File>
  212.             <File
  213.                 RelativePath="World.h">
  214.             </File>
  215.             <File
  216.                 RelativePath="WorldObject.h">
  217.             </File>
  218.         </Filter>
  219.         <Filter
  220.             Name="Resource Files"
  221.             Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;r">
  222.             <File
  223.                 RelativePath="icon.ico">
  224.             </File>
  225.             <File
  226.                 RelativePath="MAPViewer.rc">
  227.             </File>
  228.         </Filter>
  229.         <File
  230.             RelativePath="MAPViewer.exe.manifest">
  231.         </File>
  232.         <File
  233.             RelativePath="ReadMe.txt">
  234.         </File>
  235.     </Files>
  236.     <Globals>
  237.     </Globals>
  238. </VisualStudioProject>
  239.